Conversation
|
✔️ 4650b2a - Conventional commits check succeeded. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughA new Wind Tunnel Durable Objects repository configuration block is added to main.go. The setup follows the existing repository pattern, creating a repository with description, applying standard settings, enforcing the main branch as default, and assigning default and release rulesets with release integration support. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Suggested reviewers
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| // | ||
| // Wind Tunnel Durable Objects | ||
| // | ||
| windTunnelDurableObjectsDescription := "A Durable Objects store from Cloudflare to be used by Wind Tunnel scenarios" |
There was a problem hiding this comment.
The data is stored as JSON and is selected by run ID so I think we can just use one generic store instead of a Unyt-specific store.
🍹
|
|
Maybe this should just be part of the https://github.com/holochain/wind-tunnel repo instead of a separate repo. Doing so would make running a local Durable Object store easier. |
|
I don't mind how this is done, whatever is simplest and easiest to maintain. Happy to discuss if I can be of help! |
|
The code that was going to be in this repo was added to the Wind Tunnel repo instead, see: holochain/wind-tunnel#570 |
Create the repository that will manage the Durable Object storage configuration.
Part of holochain/wind-tunnel#547
Summary by CodeRabbit